# 0 - Pre-War Tactical Bomber
model = {
	cost 						= 13
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 200
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 4
	airdefence					= 2
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 2
	range						= 250
	supplyconsumption 			= 2
	fuelconsumption				= 3
}
# 1 - Basic Tactical Bomber
model = {
	cost 						= 15
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 300
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 3
	airattack					= 2
	strategicattack				= 1
	tacticalattack				= 6
	navalattack					= 3
	range						= 350
	supplyconsumption 			= 2
	fuelconsumption				= 3.1
}
# 2 - Improved Tactical Bomber
model = {
	cost 						= 18
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 3
	maxspeed					= 350
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 4
	airattack					= 2
	strategicattack				= 2
	tacticalattack				= 8
	navalattack					= 4
	range						= 500
	supplyconsumption 			= 2.3
	fuelconsumption				= 3.2
}

# 3 - Advanced Tactical Bomber
model = {
	cost 						= 22
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 3
	maxspeed					= 400
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 14
	airdefence					= 4
	airattack					= 3
	strategicattack				= 2
	tacticalattack				= 10
	navalattack					= 5
	range						= 650
	supplyconsumption 			= 2.5
	fuelconsumption				= 3.5
}
# 4 - Semi-Modern Tactical Turbojet Bomber
model = {
	cost 						= 27
	buildtime					= 180
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 650
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 18
	airdefence					= 7
	airattack					= 5
	strategicattack				= 3
	tacticalattack				= 12
	navalattack					= 6
	range						= 800
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
